Console Configuration

After installing AAHC, you can access the system through its console with the username web-admin. Either enter the default password or make an SSH connection to access the system.

To make an SSH connection, you need to create and use an SSH pair for the web-admin user:

  1. Create an SSH pair using the command:

    ssh-keygen -t rsa
    
  2. Copy the public key to authorized keys using the command:

    scp id_rsa.pub ~/.ssh/authorized_keys
    
  3. Move the private key into a remote device using the command:

    scp -i id_rsa <user>@<destination_ip>:<path_in_remote_device>
    
  4. Access AAHC from the remote device using the command:

    ssh -i <id_rsa_path> web-admin@<LogPoint_Server_IP>
    

You can change the default password using the passwd command.

Command

Description

change-ip

Reconfigures the IP address or the hostname of the remote AAHC server

change-rsyslogip

Changes the IP address of the remote Syslog server to which AAHC forwards its audit logs

reboot

Reboots the system

poweroff

Turns off the system

install-patch <patch_file>

Installs the latest version of AAHC over the previous version

revert-patch

Reverts to the last version of AAHC

start-support

Starts the support connection

stop-support

Stops the support connection

ifconfig tap0

Displays the support IP after starting the support connection

change-date

Changes the date of AAHC server and restarts the docker

spectre2-fix enable/disable

Enables or disables the Spectre 2 fix for AAHC

meltdown-fix enable/disable

Enables or disables the Meltdown fix for AAHC

reset-password

Resets the admin password to default

unlock-useradmin

Unlocks the admin user

db-backup

Takes backup of AAHC’s configuration data and reports

snmpwalk -v2c -c <community-string> <aahc_server_ip> .OID

Syntax for snmpwalk via SNMPv2

change-snmpv2-cstring

Changes the community string

legacy-snmp enable

Enables the SNMP v2

legacy-snmp disable

Disables the SNMP v2

Note

  • You must reboot the system to apply the change made by the change-ip command.

  • You must disable the time synchronization in the NTP server before running the change-date command.

  • AAHC enables the Spectre 2 and Meltdown fixes during the patch installation. However, the fixes may slow down the performance. You can disable the fixes if you notice any issue on the performance.

  • AAHC does not support the mds-fix disable command.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support